CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cpu processes

搜索资源列表

  1. cpp

    0下载:
  2. 由于UNIX系统是分时多用户系统, CPU按时间片分配给各个用户使用, 而在实质上 应该 说CPU按时间片分配给各个进程使用, 每个进程都有自己的运行环境以使得在CPU 做进程 切换时不会\"忘记\"该进程已计算了一半的\"半成品\".-UNIX system is due to the multiple user system, CPU time allocated to each unit users, but in essence, it should be said
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1837
    • 提供者:王雷
  1. iTaskNetMgr_src

    0下载:
  2. Displays CPU time usage, the list of processes (can be terminated) and the task which are running (can be close or switch to). Plus a little net traffic monitor and a disk status report. -Displays CPU time usage. the list of processes (can be termi
  3. 所属分类:Windows CE

    • 发布日期:2008-10-13
    • 文件大小:34216
    • 提供者:李胜霆
  1. youxianshu

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。   静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,-prepared a simulation an
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1630
    • 提供者:庄宁文
  1. dos_cpu_pboc

    0下载:
  2. DOS下使用读写器对CPU卡的操作。包含了CPU卡的全融消费流程,符合建设部PSAM规范.-use DOS Reader on the CPU card operation. CPU card contains the entire financial consumption processes, in line with the Ministry of Construction PSAM norms.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:351515
    • 提供者:kevin
  1. process

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。 “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。 静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。 -prepared a simulation and debugging process scheduling procedures, "Priority number of the highest priority" Schedu
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:9408
    • 提供者:111111
  1. SND

    0下载:
  2. windows监控客户端,监控服务、进程、cpu使用率、内存使用率等-windows monitor client, monitoring services, processes, cpu usage, memory usage, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1795153
    • 提供者:王涵
  1. CPU

    0下载:
  2. 可先限制固定程序的CPU占用,防止死机现象,防止主机CPU100 ,控制CPU。-This program allow limit CPU usage by any other program. This can be usefull for example for those users, who use distributed clients and have problems with CPU overheating. Edit cpulimit.ini file for c
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:1019318
    • 提供者:adorn
  1. SiftGPU_V340

    0下载:
  2. SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lis
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6984194
    • 提供者:picab
  1. ServerUI3

    0下载:
  2. 采集所在服务器的各种性能指标数据,并将其发送到Server端,以使管理人员能够实时查看各服务器的运行状态。主要包括:CPU负载率、内存使用率、系统进程总数、服务器上接收和发送的邮件信息等。-Collection of various performance indicators where the data server, and send it to the Server side to enable managers to real-time view of all servers runn
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-29
    • 文件大小:11825863
    • 提供者:黄合礼
  1. maxyang_ShowUseage

    0下载:
  2. 自制Windows任务管理器源码 一个以假乱真的任务管理器(界面有点像,但功能差远了),此程序主要实现取系统的应用程序列表、取系统的所有进程的相关信息(映像名称,PID,CPU时间,内存使用)、实时取CPU的得用率并以波浪线来描绘、实时取内存的使用记录,并以波浪线来描绘。同时也实现了,结束任务,新建任务,及切换至等功能。“选项菜单”只实现了“总是最前”,“查看菜单”只实现了“更新速度”。主要没有实现的功能,是取各个进程的CPU利用率和在系统托盘显示CPU线的效果。 程序中使用了几个
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:45921
    • 提供者:1178
  1. monitor

    0下载:
  2. 一个linux操作系统的任务管理器,它能反映系统的cpu和内存利用率,能显示系统进程以及每个进程的状态等相关信息,能显示系统的硬件等静态信息!-Linux operating system, a task manager, it reflects the system' s cpu and memory utilization, the system can display the status of processes and each process and other related
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1402641
    • 提供者:吴昌
  1. monitor.tar

    0下载:
  2. linux下的任务管理器,GTK编写。已实现查看所有进程,杀死进程,CPU信息,内存信息,以及相应的使用率的动态图,关机,重启,Halt功能。-Task Manager under linux, GTK to write. Realized View all processes, kill processes, CPU information, memory information, and the corresponding utilization of the dynamic graph,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:51200
    • 提供者:吴宇斌
  1. system-monitor

    0下载:
  2. 在linux下用Qt实现的可以显示CPU占用、内存使用及所有进程的系统监视软件-In linux using Qt under the display CPU occupancy can be achieved, all the processes memory usage and system monitoring software
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:384636
    • 提供者:HaoZhi
  1. cpu

    0下载:
  2. Scheduling Processes
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:897
    • 提供者:rohit
  1. processes

    0下载:
  2. linux shell to show cpu and ram usage
  3. 所属分类:Linux Network

    • 发布日期:2017-12-06
    • 文件大小:537
    • 提供者:bt
  1. processes.tar

    0下载:
  2. sript to show linux cpu and ram usage
  3. 所属分类:Linux Network

    • 发布日期:2017-11-12
    • 文件大小:567
    • 提供者:bt
  1. cpu

    0下载:
  2. 修改进程cpu占用率,可以控制一个程序占用多少cpu资源-Modify processes cpu usage occupied by a program, you can control how much cpu resources
  3. 所属分类:Shell api

    • 发布日期:2017-11-17
    • 文件大小:19073332
    • 提供者:吴维昊
  1. 223

    0下载:
  2. 基于反馈(Feed Back,FB)排队算法的CPU调度的模拟实现. 模拟动态创建多个进程,依据反馈排队算法调度原理,动态显示就绪队列中的进程、进程的剩余时间及占有CPU的进程; 动态显示等待队列中的进程(假设当前只有一个事件的等待队列); -Based on feedback (Feed Back, FB) queuing algorithms CPU scheduling simulation. Analog dynamically create multiple
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:620173
    • 提供者:王健
  1. Process-CPU-Usage08132006

    0下载:
  2. This source code list the processes running and their individual CPU usage: for each process, you get his of processor time, exactly like in the windows task manager- This source code list the processes running and their individual CPU usage: for ea
  3. 所属分类:Shell api

    • 发布日期:2017-03-28
    • 文件大小:7354
    • 提供者:Farooq
  1. CPU-Schedualing-Algorithms-Simulator-master

    0下载:
  2. CPU SCHEDULER The CPU scheduler, which is part of the operating system of a computer, manages the allocation of the CPU among processes. A process is said to be running in the running state if it is currently using the CPU. A process is said to
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:44509
    • 提供者:nelnelito
« 12 3 4 »
搜珍网 www.dssz.com